github.com/vmihailenco/msgpack/v5.unexpectedCodeError.hint (field)

4 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_map.go#L87: 	return 0, unexpectedCodeError{code: c, hint: "map length"}
		intern.go#L185: 		hint: "interned string",
		msgpack.go#L47: 	hint string
		msgpack.go#L51: 	return fmt.Sprintf("msgpack: unexpected code=%x decoding %s", err.code, err.hint)